spinbutton: Don't use gfloat in a code sample
authorTimm Bäder <mail@baedert.org>
Wed, 26 Sep 2018 07:36:31 +0000 (09:36 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 11 Oct 2018 10:27:56 +0000 (12:27 +0200)
gtk/gtkspinbutton.c

index 9a112ebf7dea9b38a994249d759eeec7d9af0b37..08bc849f38c5af2d106f945692597dd268dd4308 100644 (file)
  * // Provides a function to retrieve a floating point value from a
  * // GtkSpinButton, and creates a high precision spin button.
  *
- * gfloat
+ * float
  * grab_float_value (GtkSpinButton *button,
  *                   gpointer       user_data)
  * {